Contribution org.nuxeo.opensocial.container.auth.contrib--authenticators
In component org.nuxeo.opensocial.container.auth.contrib
org.nuxeo.opensocial.container.auth.contrib
inside nuxeo-opensocial-container-5.8.jar
This contribution is part of XML component Extension Point
Extension point authenticators of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.plugins.FormAuthenticator" enabled="true" name="OPENSOCIAL_FORM_AUTH">
<needStartingURLSaving>true</needStartingURLSaving>
<parameters>
<parameter name="LoginPage">opensocial_login.jsp</parameter>
<parameter name="UsernameKey">user_name</parameter>
<parameter name="PasswordKey">user_password</parameter>
</parameters>
</authenticationPlugin>
</extension>